home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / AdobeExamples / NX_Hello / ReadMe < prev    next >
Text File  |  1995-06-12  |  697b  |  14 lines

  1.  
  2. README file for the HelloWorld application.
  3.  
  4. The HelloWorld application is an introductory application where the main intent
  5. is to introduce InterfaceBuilder, the Application Kit and drawing in a subclass of
  6. the view Object. The main menu of the application contains four items, Hello World,
  7. Clear, Hide and Quit. When the Hello World is selected, the string "Hello
  8. World" is drawn in the main window. Clear clears the window and Hide and Quit
  9. hide and quit the application. 
  10.  
  11. The WorldView class is the only special class used in this application. The other
  12. classes are from the Application Kit. The drawing is placed in the drawSelf:: method
  13. and single operator calls are used for the drawing.
  14.